Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update apollo-client in / from 2.0.3 to 2.3.7 #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jul 25, 2018

Dependencies.io has updated apollo-client (a npm dependency in /) from "2.0.3" to "2.3.7".

2.3.7
  • Release 2.3.6 broke Typescript compilation. QueryManager's
    getQueryWithPreviousResult method included an invalid variables return
    type in the auto-generated core/QueryManager.d.ts declaration file. The
    type definition had a locally referenced path, that appears to have been
    caused by the typescript compiler getting confused at compile/publish time.
    getQueryWithPreviousResult return types are now excplicity identified,
    which helps Typescript avoid the local type reference. For more details,
    see apollo-client/core/QueryManager.d.ts is broken apollographql/apollo-client#3729.
    hwillson in #3731

Apollo Boost (0.1.12)

  • No changes.
2.3.6

Apollo Boost (0.1.11)

  • Allow fetch to be given as a configuration option to ApolloBoost.

    mbaranovski in #3590
  • The apollo-boost ApolloClient constructor now warns about unsupported
    options.

    quentin- in #3551

Apollo Cache (1.1.13)

  • No changes.

Apollo Cache In-Memory (1.2.6)

  • Add __typename and id properties to dataIdFromObject parameter
    (typescript)

    jfurler in #3641
  • Fixed an issue caused by dataIdFromObject considering returned 0 values to
    be falsy, instead of being a valid ID, which lead to the store not being
    updated properly in some cases.

    hwillson in #3711

Apollo Utilities (1.0.17)

  • No changes.

Apollo GraphQL Anywhere (4.1.15)

  • Add support for arrays to graphql-anywhere's filter utility.

    jsweet314 in #3591
  • Fix Cannot convert object to primitive value error that was showing up
    when attempting to report a missing property on an object.

    benjie in #3618

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant